home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / cfg / Protocol.cfg < prev    next >
Text File  |  1997-07-25  |  2KB  |  59 lines

  1. ;
  2. ; (XPR.library)  Protocol configuration file
  3. ;
  4. ;  fields:   number  name  batch  resume  libname  ReceiveCfg  SendCfg
  5. ;
  6. ;  number   0  is default for newusers (preferable Zmodem)
  7. ;
  8. ;  number 128  is used for EMSI file transfers (1024 byte Zmodem)
  9. ;  number 129  is used for EMSI file transfers (8192 byte ZedZap (or Zmodem))
  10. ;
  11. ;  'batch'   can be 'BATCH'  or 'SINGLE'
  12. ;  
  13. ;  'resume'  can be 'RESUME' or 'RETRY'
  14. ;            (With RESUME a partialy received file is not deleted)
  15.  
  16.  
  17. #0   "Zmodem"    BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P"  "TN OR B16 F0 AN DN SN RN P" 
  18. ;throughput 95%
  19.  
  20. #1   "Ymodem"    BATCH  RETRY   "xprymodem.library"  "Z1 C1 B1 YB"  "ZN C1 B1 YB" 
  21. ;throughput 85%
  22.  
  23. #2   "Ymodem-G"  BATCH  RETRY   "xprymodem.library"  "Z1 C1 B1 YG"  "ZN C1 B1 YG" 
  24. ;throughput 99%
  25.  
  26. #5   "Xmodem"    SINGLE RETRY   "xprymodem.library"  "Z1 C1 B0 YS"  "Z1 C1 B0 YS"
  27. ;throughput 70%
  28.  
  29. #6   "Xmodem-CRC" SINGLE RETRY   "xprymodem.library"  "Z1 C1 B0 YS"  "Z1 C1 B0 YS"
  30. ;throughput 70%
  31.  
  32. #7   "Xmodem-1K" SINGLE RETRY   "xprymodem.library"  "Z1 C1 B1 YS"  "Z1 C1 B1 YS"
  33. ;throughput 85%
  34.  
  35. #8   "Xmodem-1K-G" SINGLE RETRY "xprymodem.library"  "Z1 C1 B1 YG"  "Z1 C1 B1 YG"
  36. ;throughput 99%
  37.  
  38. #9  "Kermit"     SINGLE RETRY   "xprkermit.library"  "Z1 C1 B0 YS"  "Z1 C1 B0 YS"
  39. ;throughput ..%
  40.  
  41.  
  42. ; You can only use the Xprzmodem.library V3.0 and higher for #129 !!! */
  43. ; Or use the Xprzedzap.library
  44.  
  45.  
  46. ;#128  "EMSI-ZMO"  BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P"  "TN OR B16 F0 AN DN SN RN P" 
  47. #128  "EMSI-ZMO"  BATCH  RESUME  "xprzmodem.library"  "TN ON B16 F0 AN DN SN RN P M1024"  "TN ON B16 F0 AN DN SN RN P M1024" 
  48.  
  49. ;throughput 95%
  50.  
  51.  
  52. ;#129  "EMSI-ZMZ"  BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P"  "TN OR B16 F0 AN DN SN RN P" 
  53. ;#129  "EMSI-ZMZ"  BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P M8192"  "TN OR B16 F0 AN DN SN RN P M8192" 
  54. #129 "EMSI-ZAP"  BATCH  RESUME  "xprzedzap.library"  "TN ON E16 AN DN SN RN P NY UN M8192" "TN ON E16 AN DN SN RN P NY UN M8192"
  55.  
  56. ;throughput 95%
  57.  
  58.  
  59.